Skip to content

[Reference][UserPassword] Added missing escapes #2567

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 4, 2013
Merged

Conversation

vjnrv
Copy link
Contributor

@vjnrv vjnrv commented Apr 27, 2013

No description provided.

Signed-off-by: Pedro Junior <v.ju.ni.or.v@gmail.com>
@wouterj
Copy link
Member

wouterj commented Apr 27, 2013

Hmm, that's pretty weird:

Care must be taken with backslash-escapes though. These are not equivalent:

``text \ and \ backslashes``
:literal:`text \ and \ backslashes`

The backslashes in the first line are preserved (and do nothing), whereas the backslashes in the second line escape the following spaces.

-- http://docutils.sourceforge.net/docs/ref/rst/roles.html#literal

But I see that this is not the case on the symfony website, 👍 for this.

(this should get merged into the 2.1 branch)

weaverryan added a commit that referenced this pull request May 4, 2013
[Reference][UserPassword] Added missing escapes
@weaverryan weaverryan merged commit 09f5e94 into symfony:2.2 May 4, 2013
@weaverryan
Copy link
Member

Great cleanup - thanks Pedro!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants